This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
some pointers that may get you started, assuming you will be coding in LotusScript.
Look at...
...NotesUiWorkspace.CurrentView. This lets you access the current NotesUiView object.
...NotesUiView.CaretCategory. This allows you to detect which category is currently selected by the user.
...NotesUiView.View to access the NotesView object associated with the current NotesUiView.
...NotesView.GetAllEntriesByKey(). If you supply the category name as an argument, this will return you a NotesViewEntryCollection of all documents under that category (assuming that the category represents the first sorted column in the view).
Feedback response number JSAK8TNB4A created by ~Tip Zekjumitexakol on 04/24/2012